Skip to content

Conversation

@CNOT
Copy link

@CNOT CNOT commented Nov 19, 2024

QRIteration() is not exported, so I updated the svd.jl documentation section that suggests such a method exists for the svd function. Now it says to use alg = LinearAlgebra.QRIteration() instead of alg = QRIteration() which would produce an error before.

QRIteration() is not exported, so I updated the svd.jl documentation section that suggests such a method exists for the `svd` function. Now it says to use `alg = LinearAlgebra.QRIteration()` instead of `alg = QRIteration()` which would produce an error before.
@fredrikekre
Copy link
Member

Same on the line above?

@LilithHafner LilithHafner added the docs This change adds or pertains to documentation label Nov 19, 2024
@dkarrasch dkarrasch added the linear algebra Linear algebra label Nov 21, 2024
@ViralBShah
Copy link
Member

I believe this should now go to the LinearAlgebra.jl repo, right?

@inkydragon
Copy link
Member

Please move this pr to https://github.com/JuliaLang/LinearAlgebra.jl

jishnub pushed a commit to JuliaLang/LinearAlgebra.jl that referenced this pull request Dec 20, 2024
> QRIteration() is not exported, so I updated the svd.jl documentation
section that suggests such a method exists for the `svd` function. Now
it says to use `alg = LinearAlgebra.QRIteration()` instead of `alg =
QRIteration()` which would produce an error before.

```jl
julia> VERSION
v"1.11.2"

julia> using LinearAlgebra

julia> DivideAndConquer
ERROR: UndefVarError: `DivideAndConquer` not defined in `Main`
Suggestion: check for spelling errors or missing imports.

julia> QRIteration
ERROR: UndefVarError: `QRIteration` not defined in `Main`
Suggestion: check for spelling errors or missing imports.

julia> LinearAlgebra.DivideAndConquer
LinearAlgebra.DivideAndConquer

julia> LinearAlgebra.QRIteration
LinearAlgebra.QRIteration
```

Moved from JuliaLang/julia#56611

---------

Signed-off-by: Chengyu HAN <[email protected]>
Co-authored-by: Ali Hamed Moosavian <[email protected]>
@inkydragon
Copy link
Member

Replaced by JuliaLang/LinearAlgebra.jl#1151

@inkydragon inkydragon closed this Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs This change adds or pertains to documentation linear algebra Linear algebra

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants